home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c,comp.os.os2.programmer.misc
- Path: news.fyi.net!news
- From: fireresq@fyi.net
- Subject: Re: redefining stdout and stderr
- X-Nntp-Posting-Host: 204.179.83.8
- Message-ID: <DKy5A3.9sE@fyi.net>
- Sender: news@fyi.net (News User)
- Reply-To: fireresq@fyi.net
- Organization: FYI Networks
- X-Newsreader: IBM NewsReader/2 v1.2
- References: <DKw9Cv.2x4@fyi.net> <4ctfij$77o@baloo.pipex-sa.net>
- Date: Wed, 10 Jan 1996 03:49:15 GMT
-
- it returns to VisualAge and passes the objects it created to
- VA to continue processing in smalltalk
-
- In <4ctfij$77o@baloo.pipex-sa.net>, thierry@solo.pipex.co.za writes:
- >In <DKw9Cv.2x4@fyi.net>, fireresq@fyi.net writes:
- >>everyting I am doing is running on OS/2 Warp Connect and using the IBM
- >>Set++ compiler.
- >>
- >>I have a program that I have converted form an exe to a DLL. I used many
- >>printf's for debug and status information.
- >>
- >>What I want to do is cause stdout and stderr to go to a file but since
- >>this dll will be called from VisualAge I cannot redirect the output with >.
- >>
- >[...]
- >>Thanks in advance!
- >>Mark Russell.
- >
- >Close the handles 1 and 2 (stdout and stderr) then open your file.
- >Use DosDupHandle (or the lib equivalent) to get your redirection.
- >
- >What will happend when your DLL returns ??????
- >
- >//---------------------------
- >Thierry de Montaudry
- >thierry@solo.pipex.co.za
-
-